EXPAND FILENAME$
Call EXPAND FILENAME$ to convert the relative file name into a fully qualified path name by merging in the current drive and directory. A fully qualified path name includes the drive letter and any directory and subdirectories in addition to the file name and extension. EXPAND FILENAME$ does not verify that the resulting fully qualified path name refers to an existing file, or even that the resulting path exists.

ARGUMENTS:
* FileName = relative path and filename

RETURNS:
The fully qualified pathname


SYNTAX
Return String=EXPAND FILENAME$(FileName)


RELATED INFO
View File Names and Paths Index
View STYX Index
View STYX Main File